github.com/klauspost/compress/zstd.decoderOptions.resetOpt (field)
6 uses
github.com/klauspost/compress/zstd (current package)
decoder.go#L241: d.o.resetOpt = true
decoder.go#L242: defer func() { d.o.resetOpt = false }()
decoder_options.go#L27: resetOpt bool
decoder_options.go#L49: if o.resetOpt && b != o.lowMem {
decoder_options.go#L77: if o.resetOpt && newVal != o.concurrent {
decoder_options.go#L183: if o.resetOpt && size != o.decodeBufsBelow {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |